Filename: /text/sbasic/shared/03030200.xhp
(section: uhrzeiten)
The following functions convert time values to calculable numbers.
このセクションの関数は、時刻データから計算用数値への変換を行うためのものです。(par_id3149415.2)
(embed text/sbasic/shared/03030201.xhp#hour : linkinfo)
Returns the hour from a time value that is generated by the TimeSerial or the TimeValue function.
TimeSerial ないし TimeValue 関数による時刻データのシリアル変換値を基に、該当時刻の時を示す数値を返します。(par_id3149346.2)
(/embed text/sbasic/shared/03030201.xhp#hour)
(embed text/sbasic/shared/03030202.xhp#minute : linkinfo)
Returns the minute of the hour that corresponds to the serial time value that is generated by the TimeSerial or the TimeValue function.
TimeSerial ないし TimeValue 関数による時刻データのシリアル変換値を基に、該当時刻の分を示す数値を返します。(par_id3156344.2)
(/embed text/sbasic/shared/03030202.xhp#minute)
(embed text/sbasic/shared/03030204.xhp#second : linkinfo)
Returns an integer that represents the seconds of the serial time number that is generated by the TimeSerial or the TimeValue function.
TimeSerial ないし TimeValue 関数による時刻データのシリアル変換値を基に、該当時刻の秒を示す数値を返します。(par_id3156023.2)
(/embed text/sbasic/shared/03030204.xhp#second)
(embed text/sbasic/shared/03030205.xhp#timeserial : linkinfo)
Calculates a serial time value for the specified hour, minute, and second parameters that are passed as numeric value. You can then use this value to calculate the difference between times.
数値として渡される時、分、秒の指定値を基に、該当する時刻データのシリアル換算値を計算します。こうして変換される数値を用いると、異なる時刻間の経過時間などが計算できます。(par_id3156344.2)
(/embed text/sbasic/shared/03030205.xhp#timeserial)
(embed text/sbasic/shared/03030206.xhp#timevalue : linkinfo)
Calculates a serial time value from the specified hour, minute, and second - parameters passed as strings - that represents the time in a single numeric value. This value can be used to calculate the difference between times.
文字列として指定された時、分、秒の値を基に、該当する時刻を示す 1 つの数値 (シリアル値) を返します。こうして変換された数値は、2 つの時刻間の時間計算などに利用できます。(par_id3153361.2)
(/embed text/sbasic/shared/03030206.xhp#timevalue)